Html Css Color HEX #CF2067 Ruby

📋 copy color: '#CF2067'

red 207 ◦ green 32 ◦ blue 103

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

Shades of Ruby #CF2067

Tints of Ruby #CF2067

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.36%

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

R = 60.53%
G = 9.36%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF2067 (or 0xCF2067) is known color: Ruby. HEX triplet: CF, 20 and 67. RGB value is (207,32,103). Sum of RGB (Red+Green+Blue) = 207+32+103=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2067 is #30DF98. Grayscale: #5C5C5C. Windows color (decimal): -3202969 or 6758607. OLE color: 6758607.

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

Color convert

RGB 207 32 103 -
CMYK 0 0.85 0.50 0.19
HSL 335.66º 0.73% 0.47% -
HSV(B) 335.66º 0.85% 0.81% -
XYZ 28.7 15.28 14.27 -
YUV 92.42 133.98 209.73 -
System Red Green Blue C M Y K H S L
Decimal 207 32 103 0 0.85 0.50 0.19 335.66 0.73 0.47
Hex CF 20 67 0 55 32 13 150 49 2F
Octal 317 40 147 0 125 62 23 520 111 57
Binary 11001111 100000 1100111 0 1010101 110010 10011 101010000 1001001 101111

Color Harmonies of #CF2067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2067

Black with #CF2067

Text Example


Text Example

White with #CF2067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2067; }

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

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

background-color css

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

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

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

border-color css

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

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

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