Html Css Color HEX #CC30B7 Fuchsia

📋 copy color: '#CC30B7'

red 204 ◦ green 48 ◦ blue 183

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

Shades of Fuchsia #CC30B7

Tints of Fuchsia #CC30B7

RGB

 RED value IS 204 (80.08% from 255) = 46.9%

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

 BLUE value IS 183 (71.88% from 255) = 42.07%

R = 46.9%
G = 11.03%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC30B7 (or 0xCC30B7) is known color: Fuchsia. HEX triplet: CC, 30 and B7. RGB value is (204,48,183). Sum of RGB (Red+Green+Blue) = 204+48+183=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC30B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30B7 is #33CF48. Grayscale: #6D6D6D. Windows color (decimal): -3395401 or 12005580. OLE color: 12005580.

HSL color Cylindrical-coordinate representation of color #CC30B7: hue angle of 308.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC30B7 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 48 183 -
CMYK 0 0.76 0.10 0.2
HSL 308.08º 0.62% 0.49% -
HSV(B) 308.08º 0.76% 0.8% -
XYZ 34.51 18.37 46.53 -
YUV 110.03 169.18 195.02 -
System Red Green Blue C M Y K H S L
Decimal 204 48 183 0 0.76 0.10 0.2 308.08 0.62 0.49
Hex CC 30 B7 0 4C A 14 134 3E 31
Octal 314 60 267 0 114 12 24 464 76 61
Binary 11001100 110000 10110111 0 1001100 1010 10100 100110100 111110 110001

Color Harmonies of #CC30B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30B7

Black with #CC30B7

Text Example


Text Example

White with #CC30B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30B7; }

 p { color: rgb(204,48,183); }

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

background-color css

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

 a { background-color: rgb(204,48,183); }

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

border-color css

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

 span { border-color: rgb(204,48,183); }

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