Html Css Color HEX #CA367B Deep Cerise

📋 copy color: '#CA367B'

red 202 ◦ green 54 ◦ blue 123

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

Shades of Deep Cerise #CA367B

Tints of Deep Cerise #CA367B

RGB

 RED value IS 202 (79.3% from 255) = 53.3%

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

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

R = 53.3%
G = 14.25%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA367B (or 0xCA367B) is known color: Deep Cerise. HEX triplet: CA, 36 and 7B. RGB value is (202,54,123). Sum of RGB (Red+Green+Blue) = 202+54+123=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA367B is #35C984. Grayscale: #696969. Windows color (decimal): -3524997 or 8074954. OLE color: 8074954.

HSL color Cylindrical-coordinate representation of color #CA367B: hue angle of 332.03º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA367B is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 54 123 -
CMYK 0 0.73 0.39 0.21
HSL 332.03º 0.58% 0.5% -
HSV(B) 332.03º 0.73% 0.79% -
XYZ 29.25 16.62 20.41 -
YUV 106.12 137.53 196.39 -
System Red Green Blue C M Y K H S L
Decimal 202 54 123 0 0.73 0.39 0.21 332.03 0.58 0.5
Hex CA 36 7B 0 49 27 15 14C 3A 32
Octal 312 66 173 0 111 47 25 514 72 62
Binary 11001010 110110 1111011 0 1001001 100111 10101 101001100 111010 110010

Color Harmonies of #CA367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA367B

Black with #CA367B

Text Example


Text Example

White with #CA367B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA367B; }

 p { color: rgb(202,54,123); }

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

background-color css

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

 a { background-color: rgb(202,54,123); }

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

border-color css

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

 span { border-color: rgb(202,54,123); }

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