Html Css Color HEX #CC38B3 Fuchsia

📋 copy color: '#CC38B3'

red 204 ◦ green 56 ◦ blue 179

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

Shades of Fuchsia #CC38B3

Tints of Fuchsia #CC38B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.77%

R = 46.47%
G = 12.76%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC38B3 (or 0xCC38B3) is known color: Fuchsia. HEX triplet: CC, 38 and B3. RGB value is (204,56,179). Sum of RGB (Red+Green+Blue) = 204+56+179=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC38B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38B3 is #33C74C. Grayscale: #717171. Windows color (decimal): -3393357 or 11745484. OLE color: 11745484.

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

Color convert

RGB 204 56 179 -
CMYK 0 0.73 0.12 0.2
HSL 310.14º 0.59% 0.51% -
HSV(B) 310.14º 0.73% 0.8% -
XYZ 34.45 18.92 44.48 -
YUV 114.27 164.53 192 -
System Red Green Blue C M Y K H S L
Decimal 204 56 179 0 0.73 0.12 0.2 310.14 0.59 0.51
Hex CC 38 B3 0 49 C 14 136 3B 33
Octal 314 70 263 0 111 14 24 466 73 63
Binary 11001100 111000 10110011 0 1001001 1100 10100 100110110 111011 110011

Color Harmonies of #CC38B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC38B3

Black with #CC38B3

Text Example


Text Example

White with #CC38B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC38B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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