Html Css Color HEX #CA1F69 Ruby

📋 copy color: '#CA1F69'

red 202 ◦ green 31 ◦ blue 105

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

Shades of Ruby #CA1F69

Tints of Ruby #CA1F69

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.17%

 BLUE value IS 105 (41.41% from 255) = 31.07%

R = 59.76%
G = 9.17%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA1F69 (or 0xCA1F69) is known color: Ruby. HEX triplet: CA, 1F and 69. RGB value is (202,31,105). Sum of RGB (Red+Green+Blue) = 202+31+105=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1F69 is #35E096. Grayscale: #5A5A5A. Windows color (decimal): -3530903 or 6889418. OLE color: 6889418.

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

Color convert

RGB 202 31 105 -
CMYK 0 0.85 0.48 0.21
HSL 334.04º 0.73% 0.46% -
HSV(B) 334.04º 0.85% 0.79% -
XYZ 27.4 14.56 14.73 -
YUV 90.57 136.15 207.48 -
System Red Green Blue C M Y K H S L
Decimal 202 31 105 0 0.85 0.48 0.21 334.04 0.73 0.46
Hex CA 1F 69 0 55 30 15 14E 49 2E
Octal 312 37 151 0 125 60 25 516 111 56
Binary 11001010 11111 1101001 0 1010101 110000 10101 101001110 1001001 101110

Color Harmonies of #CA1F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1F69

Black with #CA1F69

Text Example


Text Example

White with #CA1F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1F69; }

 p { color: rgb(202,31,105); }

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

background-color css

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

 a { background-color: rgb(202,31,105); }

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

border-color css

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

 span { border-color: rgb(202,31,105); }

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