Html Css Color HEX #CF195D Ruby

📋 copy color: '#CF195D'

red 207 ◦ green 25 ◦ blue 93

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

Shades of Ruby #CF195D

Tints of Ruby #CF195D

RGB

 RED value IS 207 (81.25% from 255) = 63.69%

 GREEN value IS 25 (10.16% from 255) = 7.69%

 BLUE value IS 93 (36.72% from 255) = 28.62%

R = 63.69%
G = 7.69%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF195D (or 0xCF195D) is known color: Ruby. HEX triplet: CF, 19 and 5D. RGB value is (207,25,93). Sum of RGB (Red+Green+Blue) = 207+25+93=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF195D is #30E6A2. Grayscale: #575757. Windows color (decimal): -3204771 or 6101455. OLE color: 6101455.

HSL color Cylindrical-coordinate representation of color #CF195D: hue angle of 337.58º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF195D is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 25 93 -
CMYK 0 0.88 0.55 0.19
HSL 337.58º 0.78% 0.45% -
HSV(B) 337.58º 0.88% 0.81% -
XYZ 28.06 14.75 11.72 -
YUV 87.17 131.3 213.47 -
System Red Green Blue C M Y K H S L
Decimal 207 25 93 0 0.88 0.55 0.19 337.58 0.78 0.45
Hex CF 19 5D 0 58 37 13 152 4E 2D
Octal 317 31 135 0 130 67 23 522 116 55
Binary 11001111 11001 1011101 0 1011000 110111 10011 101010010 1001110 101101

Color Harmonies of #CF195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF195D

Black with #CF195D

Text Example


Text Example

White with #CF195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF195D; }

 p { color: rgb(207,25,93); }

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

background-color css

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

 a { background-color: rgb(207,25,93); }

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

border-color css

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

 span { border-color: rgb(207,25,93); }

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