Html Css Color HEX #CA036C Ruby

📋 copy color: '#CA036C'

red 202 ◦ green 3 ◦ blue 108

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

Shades of Ruby #CA036C

Tints of Ruby #CA036C

RGB

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

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

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

R = 64.54%
G = 0.96%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA036C (or 0xCA036C) is known color: Ruby. HEX triplet: CA, 03 and 6C. RGB value is (202,3,108). Sum of RGB (Red+Green+Blue) = 202+3+108=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA036C is #35FC93. Grayscale: #4A4A4A. Windows color (decimal): -3538068 or 7078858. OLE color: 7078858.

HSL color Cylindrical-coordinate representation of color #CA036C: hue angle of 328.34º 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 #CA036C is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 3 108 -
CMYK 0 0.99 0.47 0.21
HSL 328.34º 0.97% 0.4% -
HSV(B) 328.34º 0.99% 0.79% -
XYZ 27.1 13.7 15.4 -
YUV 74.47 146.93 218.96 -
System Red Green Blue C M Y K H S L
Decimal 202 3 108 0 0.99 0.47 0.21 328.34 0.97 0.4
Hex CA 3 6C 0 63 2F 15 148 61 28
Octal 312 3 154 0 143 57 25 510 141 50
Binary 11001010 11 1101100 0 1100011 101111 10101 101001000 1100001 101000

Color Harmonies of #CA036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA036C

Black with #CA036C

Text Example


Text Example

White with #CA036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA036C; }

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

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

background-color css

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

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

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

border-color css

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

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

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