Html Css Color HEX #CF036A Ruby

📋 copy color: '#CF036A'

red 207 ◦ green 3 ◦ blue 106

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

Shades of Ruby #CF036A

Tints of Ruby #CF036A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 65.51%
G = 0.95%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF036A (or 0xCF036A) is known color: Ruby. HEX triplet: CF, 03 and 6A. RGB value is (207,3,106). Sum of RGB (Red+Green+Blue) = 207+3+106=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF036A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF036A is #30FC95. Grayscale: #4B4B4B. Windows color (decimal): -3210390 or 6947791. OLE color: 6947791.

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

Color convert

RGB 207 3 106 -
CMYK 0 0.99 0.49 0.19
HSL 329.71º 0.97% 0.41% -
HSV(B) 329.71º 0.99% 0.81% -
XYZ 28.37 14.37 14.91 -
YUV 75.74 145.09 221.62 -
System Red Green Blue C M Y K H S L
Decimal 207 3 106 0 0.99 0.49 0.19 329.71 0.97 0.41
Hex CF 3 6A 0 63 31 13 14A 61 29
Octal 317 3 152 0 143 61 23 512 141 51
Binary 11001111 11 1101010 0 1100011 110001 10011 101001010 1100001 101001

Color Harmonies of #CF036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF036A

Black with #CF036A

Text Example


Text Example

White with #CF036A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF036A; }

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

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

background-color css

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

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

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

border-color css

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

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

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