Html Css Color HEX #CF0F6A Ruby

📋 copy color: '#CF0F6A'

red 207 ◦ green 15 ◦ blue 106

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

Shades of Ruby #CF0F6A

Tints of Ruby #CF0F6A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.57%

 BLUE value IS 106 (41.8% from 255) = 32.32%

R = 63.11%
G = 4.57%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF0F6A (or 0xCF0F6A) is known color: Ruby. HEX triplet: CF, 0F and 6A. RGB value is (207,15,106). Sum of RGB (Red+Green+Blue) = 207+15+106=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0F6A is #30F095. Grayscale: #525252. Windows color (decimal): -3207318 or 6950863. OLE color: 6950863.

HSL color Cylindrical-coordinate representation of color #CF0F6A: hue angle of 331.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0F6A is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 15 106 -
CMYK 0 0.93 0.49 0.19
HSL 331.56º 0.86% 0.44% -
HSV(B) 331.56º 0.93% 0.81% -
XYZ 28.5 14.65 14.96 -
YUV 82.78 141.11 216.6 -
System Red Green Blue C M Y K H S L
Decimal 207 15 106 0 0.93 0.49 0.19 331.56 0.86 0.44
Hex CF F 6A 0 5D 31 13 14C 56 2C
Octal 317 17 152 0 135 61 23 514 126 54
Binary 11001111 1111 1101010 0 1011101 110001 10011 101001100 1010110 101100

Color Harmonies of #CF0F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0F6A

Black with #CF0F6A

Text Example


Text Example

White with #CF0F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0F6A; }

 p { color: rgb(207,15,106); }

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

background-color css

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

 a { background-color: rgb(207,15,106); }

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

border-color css

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

 span { border-color: rgb(207,15,106); }

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