Html Css Color HEX #CF0467 Ruby

📋 copy color: '#CF0467'

red 207 ◦ green 4 ◦ blue 103

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

Shades of Ruby #CF0467

Tints of Ruby #CF0467

RGB

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

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

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

R = 65.92%
G = 1.27%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF0467 (or 0xCF0467) is known color: Ruby. HEX triplet: CF, 04 and 67. RGB value is (207,4,103). Sum of RGB (Red+Green+Blue) = 207+4+103=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0467 is #30FB98. Grayscale: #4B4B4B. Windows color (decimal): -3210137 or 6751439. OLE color: 6751439.

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

Color convert

RGB 207 4 103 -
CMYK 0 0.98 0.50 0.19
HSL 330.74º 0.96% 0.41% -
HSV(B) 330.74º 0.98% 0.81% -
XYZ 28.22 14.33 14.11 -
YUV 75.98 143.25 221.45 -
System Red Green Blue C M Y K H S L
Decimal 207 4 103 0 0.98 0.50 0.19 330.74 0.96 0.41
Hex CF 4 67 0 62 32 13 14B 60 29
Octal 317 4 147 0 142 62 23 513 140 51
Binary 11001111 100 1100111 0 1100010 110010 10011 101001011 1100000 101001

Color Harmonies of #CF0467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0467

Black with #CF0467

Text Example


Text Example

White with #CF0467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0467; }

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

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

background-color css

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

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

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

border-color css

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

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

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