Html Css Color HEX #CA387A Deep Cerise

📋 copy color: '#CA387A'

red 202 ◦ green 56 ◦ blue 122

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

Shades of Deep Cerise #CA387A

Tints of Deep Cerise #CA387A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 53.16%
G = 14.74%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA387A (or 0xCA387A) is known color: Deep Cerise. HEX triplet: CA, 38 and 7A. RGB value is (202,56,122). Sum of RGB (Red+Green+Blue) = 202+56+122=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA387A is #35C785. Grayscale: #6B6B6B. Windows color (decimal): -3524486 or 8009930. OLE color: 8009930.

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

Color convert

RGB 202 56 122 -
CMYK 0 0.72 0.40 0.21
HSL 332.88º 0.58% 0.51% -
HSV(B) 332.88º 0.72% 0.79% -
XYZ 29.28 16.79 20.11 -
YUV 107.18 136.37 195.63 -
System Red Green Blue C M Y K H S L
Decimal 202 56 122 0 0.72 0.40 0.21 332.88 0.58 0.51
Hex CA 38 7A 0 48 28 15 14D 3A 33
Octal 312 70 172 0 110 50 25 515 72 63
Binary 11001010 111000 1111010 0 1001000 101000 10101 101001101 111010 110011

Color Harmonies of #CA387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA387A

Black with #CA387A

Text Example


Text Example

White with #CA387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA387A; }

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

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

background-color css

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

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

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

border-color css

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

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

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