Html Css Color HEX #CA1C63 Ruby

📋 copy color: '#CA1C63'

red 202 ◦ green 28 ◦ blue 99

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

Shades of Ruby #CA1C63

Tints of Ruby #CA1C63

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.51%

 BLUE value IS 99 (39.06% from 255) = 30.09%

R = 61.4%
G = 8.51%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA1C63 (or 0xCA1C63) is known color: Ruby. HEX triplet: CA, 1C and 63. RGB value is (202,28,99). Sum of RGB (Red+Green+Blue) = 202+28+99=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1C63 is #35E39C. Grayscale: #585858. Windows color (decimal): -3531677 or 6495434. OLE color: 6495434.

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

Color convert

RGB 202 28 99 -
CMYK 0 0.86 0.51 0.21
HSL 335.52º 0.76% 0.45% -
HSV(B) 335.52º 0.86% 0.79% -
XYZ 27.02 14.29 13.14 -
YUV 88.12 134.15 209.23 -
System Red Green Blue C M Y K H S L
Decimal 202 28 99 0 0.86 0.51 0.21 335.52 0.76 0.45
Hex CA 1C 63 0 56 33 15 150 4C 2D
Octal 312 34 143 0 126 63 25 520 114 55
Binary 11001010 11100 1100011 0 1010110 110011 10101 101010000 1001100 101101

Color Harmonies of #CA1C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1C63

Black with #CA1C63

Text Example


Text Example

White with #CA1C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1C63; }

 p { color: rgb(202,28,99); }

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

background-color css

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

 a { background-color: rgb(202,28,99); }

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

border-color css

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

 span { border-color: rgb(202,28,99); }

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