Html Css Color HEX #CC38AF Fuchsia

📋 copy color: '#CC38AF'

red 204 ◦ green 56 ◦ blue 175

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

Shades of Fuchsia #CC38AF

Tints of Fuchsia #CC38AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.23%

R = 46.9%
G = 12.87%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC38AF (or 0xCC38AF) is known color: Fuchsia. HEX triplet: CC, 38 and AF. RGB value is (204,56,175). Sum of RGB (Red+Green+Blue) = 204+56+175=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC38AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC38AF is #33C750. Grayscale: #717171. Windows color (decimal): -3393361 or 11483340. OLE color: 11483340.

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

Color convert

RGB 204 56 175 -
CMYK 0 0.73 0.14 0.2
HSL 311.76º 0.59% 0.51% -
HSV(B) 311.76º 0.73% 0.8% -
XYZ 34.05 18.76 42.38 -
YUV 113.82 162.53 192.32 -
System Red Green Blue C M Y K H S L
Decimal 204 56 175 0 0.73 0.14 0.2 311.76 0.59 0.51
Hex CC 38 AF 0 49 E 14 138 3B 33
Octal 314 70 257 0 111 16 24 470 73 63
Binary 11001100 111000 10101111 0 1001001 1110 10100 100111000 111011 110011

Color Harmonies of #CC38AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC38AF

Black with #CC38AF

Text Example


Text Example

White with #CC38AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC38AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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