Html Css Color HEX #CB367A Deep Cerise

📋 copy color: '#CB367A'

red 203 ◦ green 54 ◦ blue 122

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

Shades of Deep Cerise #CB367A

Tints of Deep Cerise #CB367A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.25%

 BLUE value IS 122 (48.05% from 255) = 32.19%

R = 53.56%
G = 14.25%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB367A (or 0xCB367A) is known color: Deep Cerise. HEX triplet: CB, 36 and 7A. RGB value is (203,54,122). Sum of RGB (Red+Green+Blue) = 203+54+122=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB367A is #34C985. Grayscale: #6A6A6A. Windows color (decimal): -3459462 or 8009419. OLE color: 8009419.

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

Color convert

RGB 203 54 122 -
CMYK 0 0.73 0.40 0.20
HSL 332.62º 0.59% 0.5% -
HSV(B) 332.62º 0.73% 0.8% -
XYZ 29.46 16.74 20.09 -
YUV 106.3 136.86 196.97 -
System Red Green Blue C M Y K H S L
Decimal 203 54 122 0 0.73 0.40 0.20 332.62 0.59 0.5
Hex CB 36 7A 0 49 28 14 14D 3B 32
Octal 313 66 172 0 111 50 24 515 73 62
Binary 11001011 110110 1111010 0 1001001 101000 10100 101001101 111011 110010

Color Harmonies of #CB367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB367A

Black with #CB367A

Text Example


Text Example

White with #CB367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB367A; }

 p { color: rgb(203,54,122); }

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

background-color css

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

 a { background-color: rgb(203,54,122); }

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

border-color css

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

 span { border-color: rgb(203,54,122); }

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