Html Css Color HEX #CC208B Medium Violet Red

📋 copy color: '#CC208B'

red 204 ◦ green 32 ◦ blue 139

#CC208B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CC208B

Tints of Medium Violet Red #CC208B

RGB

 RED value IS 204 (80.08% from 255) = 54.4%

 GREEN value IS 32 (12.89% from 255) = 8.53%

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 54.4%
G = 8.53%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC208B (or 0xCC208B) is known color: Medium Violet Red. HEX triplet: CC, 20 and 8B. RGB value is (204,32,139). Sum of RGB (Red+Green+Blue) = 204+32+139=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC208B is #33DF74. Grayscale: #5F5F5F. Windows color (decimal): -3399541 or 9117900. OLE color: 9117900.

HSL color Cylindrical-coordinate representation of color #CC208B: hue angle of 322.67º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC208B is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 32 139 -
CMYK 0 0.84 0.32 0.2
HSL 322.67º 0.73% 0.46% -
HSV(B) 322.67º 0.84% 0.8% -
XYZ 30.08 15.73 25.88 -
YUV 95.63 152.48 205.3 -
System Red Green Blue C M Y K H S L
Decimal 204 32 139 0 0.84 0.32 0.2 322.67 0.73 0.46
Hex CC 20 8B 0 54 20 14 143 49 2E
Octal 314 40 213 0 124 40 24 503 111 56
Binary 11001100 100000 10001011 0 1010100 100000 10100 101000011 1001001 101110

Color Harmonies of #CC208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC208B

Black with #CC208B

Text Example


Text Example

White with #CC208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC208B; }

 p { color: rgb(204,32,139); }

 H1.HeaderClassName
 {
   color: #CC208B;
 }
 .AnyTagClassName
 {
   color: #CC208B;
 }
</style>

background-color css

<style>
 a { background-color: #CC208B; }

 a { background-color: rgb(204,32,139); }

 div.DivClassName
 {
   background-color: #CC208B;
 }
 .BgClassName
 {
   background-color: #CC208B;
 }
</style>

border-color css

<style>
 span { border-color: #CC208B; }

 span { border-color: rgb(204,32,139); }

 td.TdClassName
 {
   border-color: #CC208B;
 }
 .TagClassName
 {
   border-color: #CC208B;
 }
</style>