Html Css Color HEX #CC67BE Fuchsia

📋 copy color: '#CC67BE'

red 204 ◦ green 103 ◦ blue 190

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

Shades of Fuchsia #CC67BE

Tints of Fuchsia #CC67BE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.72%

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 41.05%
G = 20.72%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC67BE (or 0xCC67BE) is known color: Fuchsia. HEX triplet: CC, 67 and BE. RGB value is (204,103,190). Sum of RGB (Red+Green+Blue) = 204+103+190=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC67BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC67BE is #339841. Grayscale: #8E8E8E. Windows color (decimal): -3381314 or 12478412. OLE color: 12478412.

HSL color Cylindrical-coordinate representation of color #CC67BE: hue angle of 308.32º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC67BE is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 103 190 -
CMYK 0 0.50 0.07 0.2
HSL 308.32º 0.5% 0.6% -
HSV(B) 308.32º 0.5% 0.8% -
XYZ 39.05 26.26 51.73 -
YUV 143.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 204 103 190 0 0.50 0.07 0.2 308.32 0.5 0.6
Hex CC 67 BE 0 32 7 14 134 32 3C
Octal 314 147 276 0 62 7 24 464 62 74
Binary 11001100 1100111 10111110 0 110010 111 10100 100110100 110010 111100

Color Harmonies of #CC67BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC67BE

Black with #CC67BE

Text Example


Text Example

White with #CC67BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC67BE; }

 p { color: rgb(204,103,190); }

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

background-color css

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

 a { background-color: rgb(204,103,190); }

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

border-color css

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

 span { border-color: rgb(204,103,190); }

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