Html Css Color HEX #CC30AF Fuchsia

📋 copy color: '#CC30AF'

red 204 ◦ green 48 ◦ blue 175

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

Shades of Fuchsia #CC30AF

Tints of Fuchsia #CC30AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.98%

R = 47.78%
G = 11.24%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC30AF (or 0xCC30AF) is known color: Fuchsia. HEX triplet: CC, 30 and AF. RGB value is (204,48,175). Sum of RGB (Red+Green+Blue) = 204+48+175=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC30AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC30AF is #33CF50. Grayscale: #6C6C6C. Windows color (decimal): -3395409 or 11481292. OLE color: 11481292.

HSL color Cylindrical-coordinate representation of color #CC30AF: hue angle of 311.15º 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 #CC30AF is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 48 175 -
CMYK 0 0.76 0.14 0.2
HSL 311.15º 0.62% 0.49% -
HSV(B) 311.15º 0.76% 0.8% -
XYZ 33.7 18.05 42.26 -
YUV 109.12 165.18 195.67 -
System Red Green Blue C M Y K H S L
Decimal 204 48 175 0 0.76 0.14 0.2 311.15 0.62 0.49
Hex CC 30 AF 0 4C E 14 137 3E 31
Octal 314 60 257 0 114 16 24 467 76 61
Binary 11001100 110000 10101111 0 1001100 1110 10100 100110111 111110 110001

Color Harmonies of #CC30AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30AF

Black with #CC30AF

Text Example


Text Example

White with #CC30AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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