Html Css Color HEX #CC33AF Fuchsia

📋 copy color: '#CC33AF'

red 204 ◦ green 51 ◦ blue 175

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

Shades of Fuchsia #CC33AF

Tints of Fuchsia #CC33AF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.86%

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

R = 47.44%
G = 11.86%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC33AF (or 0xCC33AF) is known color: Fuchsia. HEX triplet: CC, 33 and AF. RGB value is (204,51,175). Sum of RGB (Red+Green+Blue) = 204+51+175=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC33AF is #33CC50. Grayscale: #6E6E6E. Windows color (decimal): -3394641 or 11482060. OLE color: 11482060.

HSL color Cylindrical-coordinate representation of color #CC33AF: hue angle of 311.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC33AF is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 51 175 -
CMYK 0 0.75 0.14 0.2
HSL 311.37º 0.6% 0.5% -
HSV(B) 311.37º 0.75% 0.8% -
XYZ 33.82 18.3 42.31 -
YUV 110.88 164.19 194.42 -
System Red Green Blue C M Y K H S L
Decimal 204 51 175 0 0.75 0.14 0.2 311.37 0.6 0.5
Hex CC 33 AF 0 4B E 14 137 3C 32
Octal 314 63 257 0 113 16 24 467 74 62
Binary 11001100 110011 10101111 0 1001011 1110 10100 100110111 111100 110010

Color Harmonies of #CC33AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33AF

Black with #CC33AF

Text Example


Text Example

White with #CC33AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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