Html Css Color HEX #CF196F Ruby

📋 copy color: '#CF196F'

red 207 ◦ green 25 ◦ blue 111

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

Shades of Ruby #CF196F

Tints of Ruby #CF196F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.36%

R = 60.35%
G = 7.29%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF196F (or 0xCF196F) is known color: Ruby. HEX triplet: CF, 19 and 6F. RGB value is (207,25,111). Sum of RGB (Red+Green+Blue) = 207+25+111=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF196F is #30E690. Grayscale: #595959. Windows color (decimal): -3204753 or 7281103. OLE color: 7281103.

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

Color convert

RGB 207 25 111 -
CMYK 0 0.88 0.46 0.19
HSL 331.65º 0.78% 0.45% -
HSV(B) 331.65º 0.88% 0.81% -
XYZ 28.95 15.11 16.43 -
YUV 89.22 140.3 212.01 -
System Red Green Blue C M Y K H S L
Decimal 207 25 111 0 0.88 0.46 0.19 331.65 0.78 0.45
Hex CF 19 6F 0 58 2E 13 14C 4E 2D
Octal 317 31 157 0 130 56 23 514 116 55
Binary 11001111 11001 1101111 0 1011000 101110 10011 101001100 1001110 101101

Color Harmonies of #CF196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF196F

Black with #CF196F

Text Example


Text Example

White with #CF196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF196F; }

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

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

background-color css

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

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

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

border-color css

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

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

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