Html Css Color HEX #CA277A Deep Cerise

📋 copy color: '#CA277A'

red 202 ◦ green 39 ◦ blue 122

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

Shades of Deep Cerise #CA277A

Tints of Deep Cerise #CA277A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.74%

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

R = 55.65%
G = 10.74%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA277A (or 0xCA277A) is known color: Deep Cerise. HEX triplet: CA, 27 and 7A. RGB value is (202,39,122). Sum of RGB (Red+Green+Blue) = 202+39+122=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA277A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA277A is #35D885. Grayscale: #616161. Windows color (decimal): -3528838 or 8005578. OLE color: 8005578.

HSL color Cylindrical-coordinate representation of color #CA277A: hue angle of 329.45º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA277A is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 39 122 -
CMYK 0 0.81 0.40 0.21
HSL 329.45º 0.68% 0.47% -
HSV(B) 329.45º 0.81% 0.79% -
XYZ 28.6 15.41 19.88 -
YUV 97.2 142 202.75 -
System Red Green Blue C M Y K H S L
Decimal 202 39 122 0 0.81 0.40 0.21 329.45 0.68 0.47
Hex CA 27 7A 0 51 28 15 149 44 2F
Octal 312 47 172 0 121 50 25 511 104 57
Binary 11001010 100111 1111010 0 1010001 101000 10101 101001001 1000100 101111

Color Harmonies of #CA277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA277A

Black with #CA277A

Text Example


Text Example

White with #CA277A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA277A; }

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

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

background-color css

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

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

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

border-color css

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

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

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