Html Css Color HEX #CF0367 Ruby

📋 copy color: '#CF0367'

red 207 ◦ green 3 ◦ blue 103

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

Shades of Ruby #CF0367

Tints of Ruby #CF0367

RGB

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

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

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

R = 66.13%
G = 0.96%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF0367 (or 0xCF0367) is known color: Ruby. HEX triplet: CF, 03 and 67. RGB value is (207,3,103). Sum of RGB (Red+Green+Blue) = 207+3+103=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0367 is #30FC98. Grayscale: #4B4B4B. Windows color (decimal): -3210393 or 6751183. OLE color: 6751183.

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

Color convert

RGB 207 3 103 -
CMYK 0 0.99 0.50 0.19
HSL 330.59º 0.97% 0.41% -
HSV(B) 330.59º 0.99% 0.81% -
XYZ 28.21 14.31 14.11 -
YUV 75.4 143.59 221.87 -
System Red Green Blue C M Y K H S L
Decimal 207 3 103 0 0.99 0.50 0.19 330.59 0.97 0.41
Hex CF 3 67 0 63 32 13 14B 61 29
Octal 317 3 147 0 143 62 23 513 141 51
Binary 11001111 11 1100111 0 1100011 110010 10011 101001011 1100001 101001

Color Harmonies of #CF0367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0367

Black with #CF0367

Text Example


Text Example

White with #CF0367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0367; }

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

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

background-color css

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

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

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

border-color css

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

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

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