Html Css Color HEX #CF196B Ruby

📋 copy color: '#CF196B'

red 207 ◦ green 25 ◦ blue 107

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

Shades of Ruby #CF196B

Tints of Ruby #CF196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.56%

R = 61.06%
G = 7.37%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF196B (or 0xCF196B) is known color: Ruby. HEX triplet: CF, 19 and 6B. RGB value is (207,25,107). Sum of RGB (Red+Green+Blue) = 207+25+107=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF196B is #30E694. Grayscale: #585858. Windows color (decimal): -3204757 or 7018959. OLE color: 7018959.

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

Color convert

RGB 207 25 107 -
CMYK 0 0.88 0.48 0.19
HSL 332.97º 0.78% 0.45% -
HSV(B) 332.97º 0.88% 0.81% -
XYZ 28.73 15.02 15.3 -
YUV 88.77 138.3 212.33 -
System Red Green Blue C M Y K H S L
Decimal 207 25 107 0 0.88 0.48 0.19 332.97 0.78 0.45
Hex CF 19 6B 0 58 30 13 14D 4E 2D
Octal 317 31 153 0 130 60 23 515 116 55
Binary 11001111 11001 1101011 0 1011000 110000 10011 101001101 1001110 101101

Color Harmonies of #CF196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF196B

Black with #CF196B

Text Example


Text Example

White with #CF196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF196B; }

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

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

background-color css

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

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

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

border-color css

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

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

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