Html Css Color HEX #CC38C3 Fuchsia

📋 copy color: '#CC38C3'

red 204 ◦ green 56 ◦ blue 195

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

Shades of Fuchsia #CC38C3

Tints of Fuchsia #CC38C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.86%

R = 44.84%
G = 12.31%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CC38C3 (or 0xCC38C3) is known color: Fuchsia. HEX triplet: CC, 38 and C3. RGB value is (204,56,195). Sum of RGB (Red+Green+Blue) = 204+56+195=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC38C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38C3 is #33C73C. Grayscale: #737373. Windows color (decimal): -3393341 or 12794060. OLE color: 12794060.

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

Color convert

RGB 204 56 195 -
CMYK 0 0.73 0.04 0.2
HSL 303.65º 0.59% 0.51% -
HSV(B) 303.65º 0.73% 0.8% -
XYZ 36.17 19.61 53.51 -
YUV 116.1 172.53 190.7 -
System Red Green Blue C M Y K H S L
Decimal 204 56 195 0 0.73 0.04 0.2 303.65 0.59 0.51
Hex CC 38 C3 0 49 4 14 130 3B 33
Octal 314 70 303 0 111 4 24 460 73 63
Binary 11001100 111000 11000011 0 1001001 100 10100 100110000 111011 110011

Color Harmonies of #CC38C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC38C3

Black with #CC38C3

Text Example


Text Example

White with #CC38C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC38C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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