Html Css Color HEX #CC38CE Fuchsia

📋 copy color: '#CC38CE'

red 204 ◦ green 56 ◦ blue 206

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

Shades of Fuchsia #CC38CE

Tints of Fuchsia #CC38CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 43.78%
G = 12.02%
B = 44.21%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC38CE (or 0xCC38CE) is known color: Fuchsia. HEX triplet: CC, 38 and CE. RGB value is (204,56,206). Sum of RGB (Red+Green+Blue) = 204+56+206=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC38CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38CE is #33C731. Grayscale: #747474. Windows color (decimal): -3393330 or 13514956. OLE color: 13514956.

HSL color Cylindrical-coordinate representation of color #CC38CE: hue angle of 299.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC38CE is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 56 206 -
CMYK 0.01 0.73 0 0.19
HSL 299.2º 0.6% 0.51% -
HSV(B) 299.2º 0.73% 0.81% -
XYZ 37.46 20.12 60.3 -
YUV 117.35 178.03 189.8 -
System Red Green Blue C M Y K H S L
Decimal 204 56 206 0.01 0.73 0 0.19 299.2 0.6 0.51
Hex CC 38 CE 1 49 0 13 12B 3C 33
Octal 314 70 316 1 111 0 23 453 74 63
Binary 11001100 111000 11001110 1 1001001 0 10011 100101011 111100 110011

Color Harmonies of #CC38CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC38CE

Black with #CC38CE

Text Example


Text Example

White with #CC38CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC38CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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