Html Css Color HEX #CA3881 Deep Cerise

📋 copy color: '#CA3881'

red 202 ◦ green 56 ◦ blue 129

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

Shades of Deep Cerise #CA3881

Tints of Deep Cerise #CA3881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.33%

R = 52.2%
G = 14.47%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA3881 (or 0xCA3881) is known color: Deep Cerise. HEX triplet: CA, 38 and 81. RGB value is (202,56,129). Sum of RGB (Red+Green+Blue) = 202+56+129=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3881 is #35C77E. Grayscale: #6B6B6B. Windows color (decimal): -3524479 or 8468682. OLE color: 8468682.

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

Color convert

RGB 202 56 129 -
CMYK 0 0.72 0.36 0.21
HSL 330º 0.58% 0.51% -
HSV(B) 330º 0.72% 0.79% -
XYZ 29.73 16.97 22.48 -
YUV 107.98 139.87 195.06 -
System Red Green Blue C M Y K H S L
Decimal 202 56 129 0 0.72 0.36 0.21 330 0.58 0.51
Hex CA 38 81 0 48 24 15 14A 3A 33
Octal 312 70 201 0 110 44 25 512 72 63
Binary 11001010 111000 10000001 0 1001000 100100 10101 101001010 111010 110011

Color Harmonies of #CA3881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3881

Black with #CA3881

Text Example


Text Example

White with #CA3881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3881; }

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

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

background-color css

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

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

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

border-color css

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

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

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