Html Css Color HEX #CA036A Ruby

📋 copy color: '#CA036A'

red 202 ◦ green 3 ◦ blue 106

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

Shades of Ruby #CA036A

Tints of Ruby #CA036A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 106 (41.8% from 255) = 34.08%

R = 64.95%
G = 0.96%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA036A (or 0xCA036A) is known color: Ruby. HEX triplet: CA, 03 and 6A. RGB value is (202,3,106). Sum of RGB (Red+Green+Blue) = 202+3+106=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA036A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA036A is #35FC95. Grayscale: #4A4A4A. Windows color (decimal): -3538070 or 6947786. OLE color: 6947786.

HSL color Cylindrical-coordinate representation of color #CA036A: hue angle of 328.94º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA036A is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 3 106 -
CMYK 0 0.99 0.48 0.21
HSL 328.94º 0.97% 0.4% -
HSV(B) 328.94º 0.99% 0.79% -
XYZ 26.99 13.66 14.85 -
YUV 74.24 145.93 219.12 -
System Red Green Blue C M Y K H S L
Decimal 202 3 106 0 0.99 0.48 0.21 328.94 0.97 0.4
Hex CA 3 6A 0 63 30 15 149 61 28
Octal 312 3 152 0 143 60 25 511 141 50
Binary 11001010 11 1101010 0 1100011 110000 10101 101001001 1100001 101000

Color Harmonies of #CA036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA036A

Black with #CA036A

Text Example


Text Example

White with #CA036A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA036A; }

 p { color: rgb(202,3,106); }

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

background-color css

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

 a { background-color: rgb(202,3,106); }

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

border-color css

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

 span { border-color: rgb(202,3,106); }

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