Html Css Color HEX #CC38C2 Fuchsia

📋 copy color: '#CC38C2'

red 204 ◦ green 56 ◦ blue 194

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

Shades of Fuchsia #CC38C2

Tints of Fuchsia #CC38C2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.33%

 BLUE value IS 194 (76.17% from 255) = 42.73%

R = 44.93%
G = 12.33%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC38C2 (or 0xCC38C2) is known color: Fuchsia. HEX triplet: CC, 38 and C2. RGB value is (204,56,194). Sum of RGB (Red+Green+Blue) = 204+56+194=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC38C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38C2 is #33C73D. Grayscale: #737373. Windows color (decimal): -3393342 or 12728524. OLE color: 12728524.

HSL color Cylindrical-coordinate representation of color #CC38C2: hue angle of 304.05º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC38C2 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 56 194 -
CMYK 0 0.73 0.05 0.2
HSL 304.05º 0.59% 0.51% -
HSV(B) 304.05º 0.73% 0.8% -
XYZ 36.05 19.56 52.91 -
YUV 115.98 172.03 190.78 -
System Red Green Blue C M Y K H S L
Decimal 204 56 194 0 0.73 0.05 0.2 304.05 0.59 0.51
Hex CC 38 C2 0 49 5 14 130 3B 33
Octal 314 70 302 0 111 5 24 460 73 63
Binary 11001100 111000 11000010 0 1001001 101 10100 100110000 111011 110011

Color Harmonies of #CC38C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC38C2

Black with #CC38C2

Text Example


Text Example

White with #CC38C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC38C2; }

 p { color: rgb(204,56,194); }

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

background-color css

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

 a { background-color: rgb(204,56,194); }

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

border-color css

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

 span { border-color: rgb(204,56,194); }

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