Html Css Color HEX #CB327D Deep Cerise

📋 copy color: '#CB327D'

red 203 ◦ green 50 ◦ blue 125

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

Shades of Deep Cerise #CB327D

Tints of Deep Cerise #CB327D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.07%

R = 53.7%
G = 13.23%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB327D (or 0xCB327D) is known color: Deep Cerise. HEX triplet: CB, 32 and 7D. RGB value is (203,50,125). Sum of RGB (Red+Green+Blue) = 203+50+125=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB327D is #34CD82. Grayscale: #686868. Windows color (decimal): -3460483 or 8205003. OLE color: 8205003.

HSL color Cylindrical-coordinate representation of color #CB327D: hue angle of 330.59º 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 #CB327D is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 50 125 -
CMYK 0 0.75 0.38 0.20
HSL 330.59º 0.6% 0.5% -
HSV(B) 330.59º 0.75% 0.8% -
XYZ 29.47 16.46 21.03 -
YUV 104.3 139.69 198.4 -
System Red Green Blue C M Y K H S L
Decimal 203 50 125 0 0.75 0.38 0.20 330.59 0.6 0.5
Hex CB 32 7D 0 4B 26 14 14B 3C 32
Octal 313 62 175 0 113 46 24 513 74 62
Binary 11001011 110010 1111101 0 1001011 100110 10100 101001011 111100 110010

Color Harmonies of #CB327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB327D

Black with #CB327D

Text Example


Text Example

White with #CB327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB327D; }

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

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

background-color css

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

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

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

border-color css

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

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

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