Html Css Color HEX #CC38C6 Fuchsia

📋 copy color: '#CC38C6'

red 204 ◦ green 56 ◦ blue 198

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

Shades of Fuchsia #CC38C6

Tints of Fuchsia #CC38C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.23%

R = 44.54%
G = 12.23%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC38C6 (or 0xCC38C6) is known color: Fuchsia. HEX triplet: CC, 38 and C6. RGB value is (204,56,198). Sum of RGB (Red+Green+Blue) = 204+56+198=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC38C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38C6 is #33C739. Grayscale: #747474. Windows color (decimal): -3393338 or 12990668. OLE color: 12990668.

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

Color convert

RGB 204 56 198 -
CMYK 0 0.73 0.03 0.2
HSL 302.43º 0.59% 0.51% -
HSV(B) 302.43º 0.73% 0.8% -
XYZ 36.51 19.74 55.31 -
YUV 116.44 174.03 190.45 -
System Red Green Blue C M Y K H S L
Decimal 204 56 198 0 0.73 0.03 0.2 302.43 0.59 0.51
Hex CC 38 C6 0 49 3 14 12E 3B 33
Octal 314 70 306 0 111 3 24 456 73 63
Binary 11001100 111000 11000110 0 1001001 11 10100 100101110 111011 110011

Color Harmonies of #CC38C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC38C6

Black with #CC38C6

Text Example


Text Example

White with #CC38C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC38C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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