Html Css Color HEX #CC38BE Fuchsia

📋 copy color: '#CC38BE'

red 204 ◦ green 56 ◦ blue 190

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

Shades of Fuchsia #CC38BE

Tints of Fuchsia #CC38BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 45.33%
G = 12.44%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC38BE (or 0xCC38BE) is known color: Fuchsia. HEX triplet: CC, 38 and BE. RGB value is (204,56,190). Sum of RGB (Red+Green+Blue) = 204+56+190=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC38BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38BE is #33C741. Grayscale: #737373. Windows color (decimal): -3393346 or 12466380. OLE color: 12466380.

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

Color convert

RGB 204 56 190 -
CMYK 0 0.73 0.07 0.2
HSL 305.68º 0.59% 0.51% -
HSV(B) 305.68º 0.73% 0.8% -
XYZ 35.61 19.38 50.58 -
YUV 115.53 170.03 191.1 -
System Red Green Blue C M Y K H S L
Decimal 204 56 190 0 0.73 0.07 0.2 305.68 0.59 0.51
Hex CC 38 BE 0 49 7 14 132 3B 33
Octal 314 70 276 0 111 7 24 462 73 63
Binary 11001100 111000 10111110 0 1001001 111 10100 100110010 111011 110011

Color Harmonies of #CC38BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC38BE

Black with #CC38BE

Text Example


Text Example

White with #CC38BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC38BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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