Html Css Color HEX #CA377F Deep Cerise

📋 copy color: '#CA377F'

red 202 ◦ green 55 ◦ blue 127

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

Shades of Deep Cerise #CA377F

Tints of Deep Cerise #CA377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.32%

 BLUE value IS 127 (50% from 255) = 33.07%

R = 52.6%
G = 14.32%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA377F (or 0xCA377F) is known color: Deep Cerise. HEX triplet: CA, 37 and 7F. RGB value is (202,55,127). Sum of RGB (Red+Green+Blue) = 202+55+127=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA377F is #35C880. Grayscale: #6B6B6B. Windows color (decimal): -3524737 or 8337354. OLE color: 8337354.

HSL color Cylindrical-coordinate representation of color #CA377F: hue angle of 330.61º 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 #CA377F is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 55 127 -
CMYK 0 0.73 0.37 0.21
HSL 330.61º 0.58% 0.5% -
HSV(B) 330.61º 0.73% 0.79% -
XYZ 29.55 16.82 21.77 -
YUV 107.16 139.2 195.65 -
System Red Green Blue C M Y K H S L
Decimal 202 55 127 0 0.73 0.37 0.21 330.61 0.58 0.5
Hex CA 37 7F 0 49 25 15 14B 3A 32
Octal 312 67 177 0 111 45 25 513 72 62
Binary 11001010 110111 1111111 0 1001001 100101 10101 101001011 111010 110010

Color Harmonies of #CA377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA377F

Black with #CA377F

Text Example


Text Example

White with #CA377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA377F; }

 p { color: rgb(202,55,127); }

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

background-color css

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

 a { background-color: rgb(202,55,127); }

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

border-color css

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

 span { border-color: rgb(202,55,127); }

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