Html Css Color HEX #CF005D Razzmatazz

📋 copy color: '#CF005D'

red 207 ◦ green 0 ◦ blue 93

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

Shades of Razzmatazz #CF005D

Tints of Razzmatazz #CF005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31%

R = 69%
G = 0%
B = 31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF005D (or 0xCF005D) is known color: Razzmatazz. HEX triplet: CF, 00 and 5D. RGB value is (207,0,93). Sum of RGB (Red+Green+Blue) = 207+0+93=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF005D is #30FFA2. Grayscale: #484848. Windows color (decimal): -3211171 or 6095055. OLE color: 6095055.

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

Color convert

RGB 207 0 93 -
CMYK 0 1 0.55 0.19
HSL 333.04º 1% 0.41% -
HSV(B) 333.04º 1% 0.81% -
XYZ 27.71 14.06 11.61 -
YUV 72.5 139.58 223.94 -
System Red Green Blue C M Y K H S L
Decimal 207 0 93 0 1 0.55 0.19 333.04 1 0.41
Hex CF 0 5D 0 64 37 13 14D 64 29
Octal 317 0 135 0 144 67 23 515 144 51
Binary 11001111 0 1011101 0 1100100 110111 10011 101001101 1100100 101001

Color Harmonies of #CF005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF005D

Black with #CF005D

Text Example


Text Example

White with #CF005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF005D; }

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

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

background-color css

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

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

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

border-color css

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

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

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