Html Css Color HEX #CF0063 Razzmatazz

📋 copy color: '#CF0063'

red 207 ◦ green 0 ◦ blue 99

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

Shades of Razzmatazz #CF0063

Tints of Razzmatazz #CF0063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 99 (39.06% from 255) = 32.35%

R = 67.65%
G = 0%
B = 32.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF0063 (or 0xCF0063) is known color: Razzmatazz. HEX triplet: CF, 00 and 63. RGB value is (207,0,99). Sum of RGB (Red+Green+Blue) = 207+0+99=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0063 is #30FF9C. Grayscale: #484848. Windows color (decimal): -3211165 or 6488271. OLE color: 6488271.

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

Color convert

RGB 207 0 99 -
CMYK 0 1 0.52 0.19
HSL 331.3º 1% 0.41% -
HSV(B) 331.3º 1% 0.81% -
XYZ 27.98 14.17 13.06 -
YUV 73.18 142.58 223.45 -
System Red Green Blue C M Y K H S L
Decimal 207 0 99 0 1 0.52 0.19 331.3 1 0.41
Hex CF 0 63 0 64 34 13 14B 64 29
Octal 317 0 143 0 144 64 23 513 144 51
Binary 11001111 0 1100011 0 1100100 110100 10011 101001011 1100100 101001

Color Harmonies of #CF0063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0063

Black with #CF0063

Text Example


Text Example

White with #CF0063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0063; }

 p { color: rgb(207,0,99); }

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

background-color css

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

 a { background-color: rgb(207,0,99); }

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

border-color css

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

 span { border-color: rgb(207,0,99); }

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