Html Css Color HEX #CA3375 Deep Cerise

📋 copy color: '#CA3375'

red 202 ◦ green 51 ◦ blue 117

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

Shades of Deep Cerise #CA3375

Tints of Deep Cerise #CA3375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.78%

 BLUE value IS 117 (46.09% from 255) = 31.62%

R = 54.59%
G = 13.78%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA3375 (or 0xCA3375) is known color: Deep Cerise. HEX triplet: CA, 33 and 75. RGB value is (202,51,117). Sum of RGB (Red+Green+Blue) = 202+51+117=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3375 is #35CC8A. Grayscale: #676767. Windows color (decimal): -3525771 or 7680970. OLE color: 7680970.

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

Color convert

RGB 202 51 117 -
CMYK 0 0.75 0.42 0.21
HSL 333.77º 0.6% 0.5% -
HSV(B) 333.77º 0.75% 0.79% -
XYZ 28.75 16.21 18.44 -
YUV 103.67 135.53 198.13 -
System Red Green Blue C M Y K H S L
Decimal 202 51 117 0 0.75 0.42 0.21 333.77 0.6 0.5
Hex CA 33 75 0 4B 2A 15 14E 3C 32
Octal 312 63 165 0 113 52 25 516 74 62
Binary 11001010 110011 1110101 0 1001011 101010 10101 101001110 111100 110010

Color Harmonies of #CA3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3375

Black with #CA3375

Text Example


Text Example

White with #CA3375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3375; }

 p { color: rgb(202,51,117); }

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

background-color css

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

 a { background-color: rgb(202,51,117); }

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

border-color css

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

 span { border-color: rgb(202,51,117); }

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