Html Css Color HEX #CC38B2 Fuchsia

📋 copy color: '#CC38B2'

red 204 ◦ green 56 ◦ blue 178

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

Shades of Fuchsia #CC38B2

Tints of Fuchsia #CC38B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.64%

R = 46.58%
G = 12.79%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC38B2 (or 0xCC38B2) is known color: Fuchsia. HEX triplet: CC, 38 and B2. RGB value is (204,56,178). Sum of RGB (Red+Green+Blue) = 204+56+178=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC38B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC38B2 is #33C74D. Grayscale: #717171. Windows color (decimal): -3393358 or 11679948. OLE color: 11679948.

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

Color convert

RGB 204 56 178 -
CMYK 0 0.73 0.13 0.2
HSL 310.54º 0.59% 0.51% -
HSV(B) 310.54º 0.73% 0.8% -
XYZ 34.35 18.88 43.95 -
YUV 114.16 164.03 192.08 -
System Red Green Blue C M Y K H S L
Decimal 204 56 178 0 0.73 0.13 0.2 310.54 0.59 0.51
Hex CC 38 B2 0 49 D 14 137 3B 33
Octal 314 70 262 0 111 15 24 467 73 63
Binary 11001100 111000 10110010 0 1001001 1101 10100 100110111 111011 110011

Color Harmonies of #CC38B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC38B2

Black with #CC38B2

Text Example


Text Example

White with #CC38B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC38B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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