Html Css Color HEX #CD005F Razzmatazz

📋 copy color: '#CD005F'

red 205 ◦ green 0 ◦ blue 95

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

Shades of Razzmatazz #CD005F

Tints of Razzmatazz #CD005F

RGB

 RED value IS 205 (80.47% from 255) = 68.33%

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

 BLUE value IS 95 (37.5% from 255) = 31.67%

R = 68.33%
G = 0%
B = 31.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD005F (or 0xCD005F) is known color: Razzmatazz. HEX triplet: CD, 00 and 5F. RGB value is (205,0,95). Sum of RGB (Red+Green+Blue) = 205+0+95=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD005F is #32FFA0. Grayscale: #474747. Windows color (decimal): -3342241 or 6226125. OLE color: 6226125.

HSL color Cylindrical-coordinate representation of color #CD005F: hue angle of 332.2º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD005F is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 0 95 -
CMYK 0 1 0.54 0.20
HSL 332.2º 1% 0.4% -
HSV(B) 332.2º 1% 0.8% -
XYZ 27.24 13.81 12.06 -
YUV 72.13 140.92 222.78 -
System Red Green Blue C M Y K H S L
Decimal 205 0 95 0 1 0.54 0.20 332.2 1 0.4
Hex CD 0 5F 0 64 36 14 14C 64 28
Octal 315 0 137 0 144 66 24 514 144 50
Binary 11001101 0 1011111 0 1100100 110110 10100 101001100 1100100 101000

Color Harmonies of #CD005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD005F

Black with #CD005F

Text Example


Text Example

White with #CD005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD005F; }

 p { color: rgb(205,0,95); }

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

background-color css

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

 a { background-color: rgb(205,0,95); }

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

border-color css

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

 span { border-color: rgb(205,0,95); }

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