Html Css Color HEX #CA305E Cerise

📋 copy color: '#CA305E'

red 202 ◦ green 48 ◦ blue 94

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

Shades of Cerise #CA305E

Tints of Cerise #CA305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.95%

 BLUE value IS 94 (37.11% from 255) = 27.33%

R = 58.72%
G = 13.95%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA305E (or 0xCA305E) is known color: Cerise. HEX triplet: CA, 30 and 5E. RGB value is (202,48,94). Sum of RGB (Red+Green+Blue) = 202+48+94=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA305E is #35CFA1. Grayscale: #636363. Windows color (decimal): -3526562 or 6172874. OLE color: 6172874.

HSL color Cylindrical-coordinate representation of color #CA305E: hue angle of 342.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA305E is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 48 94 -
CMYK 0 0.76 0.53 0.21
HSL 342.08º 0.62% 0.49% -
HSV(B) 342.08º 0.76% 0.79% -
XYZ 27.43 15.48 12.13 -
YUV 99.29 125.02 201.26 -
System Red Green Blue C M Y K H S L
Decimal 202 48 94 0 0.76 0.53 0.21 342.08 0.62 0.49
Hex CA 30 5E 0 4C 35 15 156 3E 31
Octal 312 60 136 0 114 65 25 526 76 61
Binary 11001010 110000 1011110 0 1001100 110101 10101 101010110 111110 110001

Color Harmonies of #CA305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA305E

Black with #CA305E

Text Example


Text Example

White with #CA305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA305E; }

 p { color: rgb(202,48,94); }

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

background-color css

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

 a { background-color: rgb(202,48,94); }

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

border-color css

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

 span { border-color: rgb(202,48,94); }

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