Html Css Color HEX #CC38CF Fuchsia

📋 copy color: '#CC38CF'

red 204 ◦ green 56 ◦ blue 207

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

Shades of Fuchsia #CC38CF

Tints of Fuchsia #CC38CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 43.68%
G = 11.99%
B = 44.33%

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

#CC38CF (or 0xCC38CF) is known color: Fuchsia. HEX triplet: CC, 38 and CF. RGB value is (204,56,207). Sum of RGB (Red+Green+Blue) = 204+56+207=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC38CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38CF is #33C730. Grayscale: #757575. Windows color (decimal): -3393329 or 13580492. OLE color: 13580492.

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

Color convert

RGB 204 56 207 -
CMYK 0.01 0.73 0 0.19
HSL 298.81º 0.61% 0.52% -
HSV(B) 298.81º 0.73% 0.81% -
XYZ 37.58 20.17 60.94 -
YUV 117.47 178.53 189.72 -
System Red Green Blue C M Y K H S L
Decimal 204 56 207 0.01 0.73 0 0.19 298.81 0.61 0.52
Hex CC 38 CF 1 49 0 13 12B 3D 34
Octal 314 70 317 1 111 0 23 453 75 64
Binary 11001100 111000 11001111 1 1001001 0 10011 100101011 111101 110100

Color Harmonies of #CC38CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC38CF

Black with #CC38CF

Text Example


Text Example

White with #CC38CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC38CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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