Html Css Color HEX #CA205F Ruby

📋 copy color: '#CA205F'

red 202 ◦ green 32 ◦ blue 95

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

Shades of Ruby #CA205F

Tints of Ruby #CA205F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.73%

 BLUE value IS 95 (37.5% from 255) = 28.88%

R = 61.4%
G = 9.73%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA205F (or 0xCA205F) is known color: Ruby. HEX triplet: CA, 20 and 5F. RGB value is (202,32,95). Sum of RGB (Red+Green+Blue) = 202+32+95=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA205F is #35DFA0. Grayscale: #595959. Windows color (decimal): -3530657 or 6234314. OLE color: 6234314.

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

Color convert

RGB 202 32 95 -
CMYK 0 0.84 0.53 0.21
HSL 337.76º 0.73% 0.46% -
HSV(B) 337.76º 0.84% 0.79% -
XYZ 26.94 14.42 12.19 -
YUV 90.01 130.82 207.88 -
System Red Green Blue C M Y K H S L
Decimal 202 32 95 0 0.84 0.53 0.21 337.76 0.73 0.46
Hex CA 20 5F 0 54 35 15 152 49 2E
Octal 312 40 137 0 124 65 25 522 111 56
Binary 11001010 100000 1011111 0 1010100 110101 10101 101010010 1001001 101110

Color Harmonies of #CA205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA205F

Black with #CA205F

Text Example


Text Example

White with #CA205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA205F; }

 p { color: rgb(202,32,95); }

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

background-color css

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

 a { background-color: rgb(202,32,95); }

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

border-color css

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

 span { border-color: rgb(202,32,95); }

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