Html Css Color HEX #CF0366 Ruby

📋 copy color: '#CF0366'

red 207 ◦ green 3 ◦ blue 102

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

Shades of Ruby #CF0366

Tints of Ruby #CF0366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 66.35%
G = 0.96%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF0366 (or 0xCF0366) is known color: Ruby. HEX triplet: CF, 03 and 66. RGB value is (207,3,102). Sum of RGB (Red+Green+Blue) = 207+3+102=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0366 is #30FC99. Grayscale: #4B4B4B. Windows color (decimal): -3210394 or 6685647. OLE color: 6685647.

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

Color convert

RGB 207 3 102 -
CMYK 0 0.99 0.51 0.19
HSL 330.88º 0.97% 0.41% -
HSV(B) 330.88º 0.99% 0.81% -
XYZ 28.16 14.29 13.84 -
YUV 75.28 143.09 221.95 -
System Red Green Blue C M Y K H S L
Decimal 207 3 102 0 0.99 0.51 0.19 330.88 0.97 0.41
Hex CF 3 66 0 63 33 13 14B 61 29
Octal 317 3 146 0 143 63 23 513 141 51
Binary 11001111 11 1100110 0 1100011 110011 10011 101001011 1100001 101001

Color Harmonies of #CF0366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0366

Black with #CF0366

Text Example


Text Example

White with #CF0366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0366; }

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

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

background-color css

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

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

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

border-color css

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

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

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