Html Css Color HEX #CF196D Ruby

📋 copy color: '#CF196D'

red 207 ◦ green 25 ◦ blue 109

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

Shades of Ruby #CF196D

Tints of Ruby #CF196D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.96%

R = 60.7%
G = 7.33%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF196D (or 0xCF196D) is known color: Ruby. HEX triplet: CF, 19 and 6D. RGB value is (207,25,109). Sum of RGB (Red+Green+Blue) = 207+25+109=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF196D is #30E692. Grayscale: #585858. Windows color (decimal): -3204755 or 7150031. OLE color: 7150031.

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

Color convert

RGB 207 25 109 -
CMYK 0 0.88 0.47 0.19
HSL 332.31º 0.78% 0.45% -
HSV(B) 332.31º 0.88% 0.81% -
XYZ 28.84 15.06 15.86 -
YUV 88.99 139.3 212.17 -
System Red Green Blue C M Y K H S L
Decimal 207 25 109 0 0.88 0.47 0.19 332.31 0.78 0.45
Hex CF 19 6D 0 58 2F 13 14C 4E 2D
Octal 317 31 155 0 130 57 23 514 116 55
Binary 11001111 11001 1101101 0 1011000 101111 10011 101001100 1001110 101101

Color Harmonies of #CF196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF196D

Black with #CF196D

Text Example


Text Example

White with #CF196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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