Html Css Color HEX #CD30CB Fuchsia

📋 copy color: '#CD30CB'

red 205 ◦ green 48 ◦ blue 203

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

Shades of Fuchsia #CD30CB

Tints of Fuchsia #CD30CB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.53%

 BLUE value IS 203 (79.69% from 255) = 44.52%

R = 44.96%
G = 10.53%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD30CB (or 0xCD30CB) is known color: Fuchsia. HEX triplet: CD, 30 and CB. RGB value is (205,48,203). Sum of RGB (Red+Green+Blue) = 205+48+203=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD30CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD30CB is #32CF34. Grayscale: #707070. Windows color (decimal): -3329845 or 13316301. OLE color: 13316301.

HSL color Cylindrical-coordinate representation of color #CD30CB: hue angle of 300.76º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD30CB is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 48 203 -
CMYK 0 0.77 0.01 0.20
HSL 300.76º 0.62% 0.5% -
HSV(B) 300.76º 0.77% 0.8% -
XYZ 37.01 19.4 58.29 -
YUV 112.61 179.01 193.9 -
System Red Green Blue C M Y K H S L
Decimal 205 48 203 0 0.77 0.01 0.20 300.76 0.62 0.5
Hex CD 30 CB 0 4D 1 14 12D 3E 32
Octal 315 60 313 0 115 1 24 455 76 62
Binary 11001101 110000 11001011 0 1001101 1 10100 100101101 111110 110010

Color Harmonies of #CD30CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30CB

Black with #CD30CB

Text Example


Text Example

White with #CD30CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30CB; }

 p { color: rgb(205,48,203); }

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

background-color css

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

 a { background-color: rgb(205,48,203); }

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

border-color css

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

 span { border-color: rgb(205,48,203); }

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