Html Css Color HEX #CA016C Ruby

📋 copy color: '#CA016C'

red 202 ◦ green 1 ◦ blue 108

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

Shades of Ruby #CA016C

Tints of Ruby #CA016C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 64.95%
G = 0.32%
B = 34.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA016C (or 0xCA016C) is known color: Ruby. HEX triplet: CA, 01 and 6C. RGB value is (202,1,108). Sum of RGB (Red+Green+Blue) = 202+1+108=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA016C is #35FE93. Grayscale: #494949. Windows color (decimal): -3538580 or 7078346. OLE color: 7078346.

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

Color convert

RGB 202 1 108 -
CMYK 0 1.00 0.47 0.21
HSL 328.06º 0.99% 0.4% -
HSV(B) 328.06º 1% 0.79% -
XYZ 27.07 13.66 15.4 -
YUV 73.3 147.59 219.8 -
System Red Green Blue C M Y K H S L
Decimal 202 1 108 0 1.00 0.47 0.21 328.06 0.99 0.4
Hex CA 1 6C 0 64 2F 15 148 63 28
Octal 312 1 154 0 144 57 25 510 143 50
Binary 11001010 1 1101100 0 1100100 101111 10101 101001000 1100011 101000

Color Harmonies of #CA016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA016C

Black with #CA016C

Text Example


Text Example

White with #CA016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA016C; }

 p { color: rgb(202,1,108); }

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

background-color css

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

 a { background-color: rgb(202,1,108); }

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

border-color css

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

 span { border-color: rgb(202,1,108); }

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