Html Css Color HEX #CB3474 Deep Cerise

📋 copy color: '#CB3474'

red 203 ◦ green 52 ◦ blue 116

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

Shades of Deep Cerise #CB3474

Tints of Deep Cerise #CB3474

RGB

 RED value IS 203 (79.69% from 255) = 54.72%

 GREEN value IS 52 (20.7% from 255) = 14.02%

 BLUE value IS 116 (45.7% from 255) = 31.27%

R = 54.72%
G = 14.02%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB3474 (or 0xCB3474) is known color: Deep Cerise. HEX triplet: CB, 34 and 74. RGB value is (203,52,116). Sum of RGB (Red+Green+Blue) = 203+52+116=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3474 is #34CB8B. Grayscale: #686868. Windows color (decimal): -3459980 or 7615691. OLE color: 7615691.

HSL color Cylindrical-coordinate representation of color #CB3474: hue angle of 334.57º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3474 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 52 116 -
CMYK 0 0.74 0.43 0.20
HSL 334.57º 0.59% 0.5% -
HSV(B) 334.57º 0.74% 0.8% -
XYZ 29.01 16.41 18.16 -
YUV 104.45 134.53 198.3 -
System Red Green Blue C M Y K H S L
Decimal 203 52 116 0 0.74 0.43 0.20 334.57 0.59 0.5
Hex CB 34 74 0 4A 2B 14 14F 3B 32
Octal 313 64 164 0 112 53 24 517 73 62
Binary 11001011 110100 1110100 0 1001010 101011 10100 101001111 111011 110010

Color Harmonies of #CB3474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3474

Black with #CB3474

Text Example


Text Example

White with #CB3474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3474; }

 p { color: rgb(203,52,116); }

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

background-color css

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

 a { background-color: rgb(203,52,116); }

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

border-color css

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

 span { border-color: rgb(203,52,116); }

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