Html Css Color HEX #CC38BC Fuchsia

📋 copy color: '#CC38BC'

red 204 ◦ green 56 ◦ blue 188

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

Shades of Fuchsia #CC38BC

Tints of Fuchsia #CC38BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.96%

R = 45.54%
G = 12.5%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC38BC (or 0xCC38BC) is known color: Fuchsia. HEX triplet: CC, 38 and BC. RGB value is (204,56,188). Sum of RGB (Red+Green+Blue) = 204+56+188=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC38BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38BC is #33C743. Grayscale: #727272. Windows color (decimal): -3393348 or 12335308. OLE color: 12335308.

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

Color convert

RGB 204 56 188 -
CMYK 0 0.73 0.08 0.2
HSL 306.49º 0.59% 0.51% -
HSV(B) 306.49º 0.73% 0.8% -
XYZ 35.39 19.3 49.44 -
YUV 115.3 169.03 191.27 -
System Red Green Blue C M Y K H S L
Decimal 204 56 188 0 0.73 0.08 0.2 306.49 0.59 0.51
Hex CC 38 BC 0 49 8 14 132 3B 33
Octal 314 70 274 0 111 10 24 462 73 63
Binary 11001100 111000 10111100 0 1001001 1000 10100 100110010 111011 110011

Color Harmonies of #CC38BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC38BC

Black with #CC38BC

Text Example


Text Example

White with #CC38BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC38BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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