Html Css Color HEX #CF0067 Ruby

📋 copy color: '#CF0067'

red 207 ◦ green 0 ◦ blue 103

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

Shades of Ruby #CF0067

Tints of Ruby #CF0067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.77%
G = 0%
B = 33.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF0067 (or 0xCF0067) is known color: Ruby. HEX triplet: CF, 00 and 67. RGB value is (207,0,103). Sum of RGB (Red+Green+Blue) = 207+0+103=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0067 is #30FF98. Grayscale: #494949. Windows color (decimal): -3211161 or 6750415. OLE color: 6750415.

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

Color convert

RGB 207 0 103 -
CMYK 0 1 0.50 0.19
HSL 330.14º 1% 0.41% -
HSV(B) 330.14º 1% 0.81% -
XYZ 28.18 14.24 14.1 -
YUV 73.64 144.58 223.12 -
System Red Green Blue C M Y K H S L
Decimal 207 0 103 0 1 0.50 0.19 330.14 1 0.41
Hex CF 0 67 0 64 32 13 14A 64 29
Octal 317 0 147 0 144 62 23 512 144 51
Binary 11001111 0 1100111 0 1100100 110010 10011 101001010 1100100 101001

Color Harmonies of #CF0067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0067

Black with #CF0067

Text Example


Text Example

White with #CF0067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0067; }

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

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

background-color css

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

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

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

border-color css

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

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

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