Html Css Color HEX #CA3880 Deep Cerise

📋 copy color: '#CA3880'

red 202 ◦ green 56 ◦ blue 128

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

Shades of Deep Cerise #CA3880

Tints of Deep Cerise #CA3880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.51%

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 52.33%
G = 14.51%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA3880 (or 0xCA3880) is known color: Deep Cerise. HEX triplet: CA, 38 and 80. RGB value is (202,56,128). Sum of RGB (Red+Green+Blue) = 202+56+128=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3880 is #35C77F. Grayscale: #6B6B6B. Windows color (decimal): -3524480 or 8403146. OLE color: 8403146.

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

Color convert

RGB 202 56 128 -
CMYK 0 0.72 0.37 0.21
HSL 330.41º 0.58% 0.51% -
HSV(B) 330.41º 0.72% 0.79% -
XYZ 29.67 16.94 22.13 -
YUV 107.86 139.37 195.15 -
System Red Green Blue C M Y K H S L
Decimal 202 56 128 0 0.72 0.37 0.21 330.41 0.58 0.51
Hex CA 38 80 0 48 25 15 14A 3A 33
Octal 312 70 200 0 110 45 25 512 72 63
Binary 11001010 111000 10000000 0 1001000 100101 10101 101001010 111010 110011

Color Harmonies of #CA3880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3880

Black with #CA3880

Text Example


Text Example

White with #CA3880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3880; }

 p { color: rgb(202,56,128); }

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

background-color css

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

 a { background-color: rgb(202,56,128); }

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

border-color css

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

 span { border-color: rgb(202,56,128); }

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