Html Css Color HEX #CF0466 Ruby

📋 copy color: '#CF0466'

red 207 ◦ green 4 ◦ blue 102

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

Shades of Ruby #CF0466

Tints of Ruby #CF0466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.28%

 BLUE value IS 102 (40.23% from 255) = 32.59%

R = 66.13%
G = 1.28%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF0466 (or 0xCF0466) is known color: Ruby. HEX triplet: CF, 04 and 66. RGB value is (207,4,102). Sum of RGB (Red+Green+Blue) = 207+4+102=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0466 is #30FB99. Grayscale: #4B4B4B. Windows color (decimal): -3210138 or 6685903. OLE color: 6685903.

HSL color Cylindrical-coordinate representation of color #CF0466: hue angle of 331.03º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0466 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 4 102 -
CMYK 0 0.98 0.51 0.19
HSL 331.03º 0.96% 0.41% -
HSV(B) 331.03º 0.98% 0.81% -
XYZ 28.17 14.31 13.85 -
YUV 75.87 142.75 221.53 -
System Red Green Blue C M Y K H S L
Decimal 207 4 102 0 0.98 0.51 0.19 331.03 0.96 0.41
Hex CF 4 66 0 62 33 13 14B 60 29
Octal 317 4 146 0 142 63 23 513 140 51
Binary 11001111 100 1100110 0 1100010 110011 10011 101001011 1100000 101001

Color Harmonies of #CF0466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0466

Black with #CF0466

Text Example


Text Example

White with #CF0466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0466; }

 p { color: rgb(207,4,102); }

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

background-color css

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

 a { background-color: rgb(207,4,102); }

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

border-color css

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

 span { border-color: rgb(207,4,102); }

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