Html Css Color HEX #CF0167 Ruby

📋 copy color: '#CF0167'

red 207 ◦ green 1 ◦ blue 103

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

Shades of Ruby #CF0167

Tints of Ruby #CF0167

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 103 (40.63% from 255) = 33.12%

R = 66.56%
G = 0.32%
B = 33.12%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF0167 (or 0xCF0167) is known color: Ruby. HEX triplet: CF, 01 and 67. RGB value is (207,1,103). Sum of RGB (Red+Green+Blue) = 207+1+103=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0167 is #30FE98. Grayscale: #4A4A4A. Windows color (decimal): -3210905 or 6750671. OLE color: 6750671.

HSL color Cylindrical-coordinate representation of color #CF0167: hue angle of 330.29º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0167 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 1 103 -
CMYK 0 1.00 0.50 0.19
HSL 330.29º 0.99% 0.41% -
HSV(B) 330.29º 1% 0.81% -
XYZ 28.19 14.27 14.1 -
YUV 74.22 144.25 222.71 -
System Red Green Blue C M Y K H S L
Decimal 207 1 103 0 1.00 0.50 0.19 330.29 0.99 0.41
Hex CF 1 67 0 64 32 13 14A 63 29
Octal 317 1 147 0 144 62 23 512 143 51
Binary 11001111 1 1100111 0 1100100 110010 10011 101001010 1100011 101001

Color Harmonies of #CF0167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0167

Black with #CF0167

Text Example


Text Example

White with #CF0167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0167; }

 p { color: rgb(207,1,103); }

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

background-color css

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

 a { background-color: rgb(207,1,103); }

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

border-color css

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

 span { border-color: rgb(207,1,103); }

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