Html Css Color HEX #CA114F Ruby

📋 copy color: '#CA114F'

red 202 ◦ green 17 ◦ blue 79

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

Shades of Ruby #CA114F

Tints of Ruby #CA114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.7%

 BLUE value IS 79 (31.25% from 255) = 26.51%

R = 67.79%
G = 5.7%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA114F (or 0xCA114F) is known color: Ruby. HEX triplet: CA, 11 and 4F. RGB value is (202,17,79). Sum of RGB (Red+Green+Blue) = 202+17+79=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA114F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA114F is #35EEB0. Grayscale: #4F4F4F. Windows color (decimal): -3534513 or 5181898. OLE color: 5181898.

HSL color Cylindrical-coordinate representation of color #CA114F: hue angle of 339.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA114F is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 17 79 -
CMYK 0 0.92 0.61 0.21
HSL 339.89º 0.84% 0.43% -
HSV(B) 339.89º 0.92% 0.79% -
XYZ 25.97 13.52 8.64 -
YUV 79.38 127.79 215.46 -
System Red Green Blue C M Y K H S L
Decimal 202 17 79 0 0.92 0.61 0.21 339.89 0.84 0.43
Hex CA 11 4F 0 5C 3D 15 154 54 2B
Octal 312 21 117 0 134 75 25 524 124 53
Binary 11001010 10001 1001111 0 1011100 111101 10101 101010100 1010100 101011

Color Harmonies of #CA114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA114F

Black with #CA114F

Text Example


Text Example

White with #CA114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA114F; }

 p { color: rgb(202,17,79); }

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

background-color css

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

 a { background-color: rgb(202,17,79); }

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

border-color css

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

 span { border-color: rgb(202,17,79); }

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