Html Css Color HEX #CB327B Deep Cerise

📋 copy color: '#CB327B'

red 203 ◦ green 50 ◦ blue 123

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

Shades of Deep Cerise #CB327B

Tints of Deep Cerise #CB327B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.3%

 BLUE value IS 123 (48.44% from 255) = 32.71%

R = 53.99%
G = 13.3%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB327B (or 0xCB327B) is known color: Deep Cerise. HEX triplet: CB, 32 and 7B. RGB value is (203,50,123). Sum of RGB (Red+Green+Blue) = 203+50+123=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB327B is #34CD84. Grayscale: #676767. Windows color (decimal): -3460485 or 8073931. OLE color: 8073931.

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

Color convert

RGB 203 50 123 -
CMYK 0 0.75 0.39 0.20
HSL 331.37º 0.6% 0.5% -
HSV(B) 331.37º 0.75% 0.8% -
XYZ 29.34 16.41 20.36 -
YUV 104.07 138.69 198.56 -
System Red Green Blue C M Y K H S L
Decimal 203 50 123 0 0.75 0.39 0.20 331.37 0.6 0.5
Hex CB 32 7B 0 4B 27 14 14B 3C 32
Octal 313 62 173 0 113 47 24 513 74 62
Binary 11001011 110010 1111011 0 1001011 100111 10100 101001011 111100 110010

Color Harmonies of #CB327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB327B

Black with #CB327B

Text Example


Text Example

White with #CB327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB327B; }

 p { color: rgb(203,50,123); }

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

background-color css

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

 a { background-color: rgb(203,50,123); }

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

border-color css

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

 span { border-color: rgb(203,50,123); }

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