Html Css Color HEX #CF0058 Razzmatazz

📋 copy color: '#CF0058'

red 207 ◦ green 0 ◦ blue 88

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

Shades of Razzmatazz #CF0058

Tints of Razzmatazz #CF0058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.83%

R = 70.17%
G = 0%
B = 29.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF0058 (or 0xCF0058) is known color: Razzmatazz. HEX triplet: CF, 00 and 58. RGB value is (207,0,88). Sum of RGB (Red+Green+Blue) = 207+0+88=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0058 is #30FFA7. Grayscale: #474747. Windows color (decimal): -3211176 or 5767375. OLE color: 5767375.

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

Color convert

RGB 207 0 88 -
CMYK 0 1 0.57 0.19
HSL 334.49º 1% 0.41% -
HSV(B) 334.49º 1% 0.81% -
XYZ 27.49 13.97 10.48 -
YUV 71.93 137.08 224.34 -
System Red Green Blue C M Y K H S L
Decimal 207 0 88 0 1 0.57 0.19 334.49 1 0.41
Hex CF 0 58 0 64 39 13 14E 64 29
Octal 317 0 130 0 144 71 23 516 144 51
Binary 11001111 0 1011000 0 1100100 111001 10011 101001110 1100100 101001

Color Harmonies of #CF0058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0058

Black with #CF0058

Text Example


Text Example

White with #CF0058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0058; }

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

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

background-color css

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

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

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

border-color css

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

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

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